NAME
	GU_OpenFont -- Load and get a pointer to a disk or system font.

   SYNOPSIS
	font = GU_OpenFont(textAttr)
	D0                 A0

	struct TextFont *GU_OpenFont(struct TextAttr *);

   FUNCTION
	Open a disk or ROM based font. Uses diskfont library if available.
	Much easier to use than the standard OpenFont functions.

   INPUTS
	textAttr - This is a pointer to a TextAttr structure.

   RESULT
	font - Struct TextFont ot NULL for failure.

   BUGS
	none known

   SEE ALSO
	GU_CloseFont()


[Main] [Previous] [Next]

Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.